object formBrowserLink: TformBrowserLink Left = 265 Top = 449 BorderStyle = bsDialog Caption = 'Change browser link...' ClientHeight = 138 ClientWidth = 298 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter DesignSize = ( 298 138) PixelsPerInch = 96 TextHeight = 13 object labelInfo0: TLabel Left = 8 Top = 8 Width = 281 Height = 57 AutoSize = False Caption = 'Your browser currently points to a start- or search page to the ' + 'following URL. You can change that setting by typing in a new UR' + 'L or selecting one from the pull-down list.' WordWrap = True end object bnOK: TBitBtn Left = 200 Top = 104 Width = 91 Height = 25 Anchors = [akRight, akBottom] TabOrder = 0 Kind = bkOK end object bnCancel: TBitBtn Left = 96 Top = 104 Width = 91 Height = 25 Anchors = [akRight, akBottom] TabOrder = 1 Kind = bkCancel end object cbURL: TComboBox Tag = 1 Left = 8 Top = 72 Width = 281 Height = 21 ItemHeight = 13 TabOrder = 2 end end